home *** CD-ROM | disk | FTP | other *** search
- REM
- REM United States Navy Fighters by Electronic Arts
- REM
- REM F16C FLCS/TQS HOTAS B50 File
- REM
- REM Written and Tested by Steve Voege - April, 1995
- REM
- REM ╔════════════════════════════════════════════╗
- REM ║ TQS Throttle set Analog ║
- REM ║ MTYPE - A3 (disable right mouse button) ║
- REM ║ Switches NOT used: T6, T11, T12, T13, T14 ║
- REM ╚════════════════════════════════════════════╝
- REM
- REM ╔═══════════════════════════════════════════════╗
- REM ║Game Settings required for this SIM to use TQS ║
- REM ╚═══════════════════════════════════════════════╝
- REM
- REM Choose JOYSTICK, THROTTLE in USNF (Pref Menu)
- REM
- REM Choose RUDDER (Optional)
-
- USE FCLK
- USE TQS
- USE MTYPE A3
-
- ANT 1 16 ] [ `
- RNG 1 6 , .
-
- REM ╔═════════════════════════════════════════════════════╗
- REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
- REM ╚═════════════════════════════════════════════════════╝
-
- Mdef QUSNF
-
- REM ╔════════════════════════════════════════════════════════╗
- REM ║ Change 'USNF' to the name of the Mdef file that you ║
- REM ║ want your ADV file to reference. For example, if you ║
- REM ║ create a new ADV file called NEWSIM.ADV, you might want║
- REM ║ the line above to read 'Mdef NEWSIM'. ║
- REM ╚════════════════════════════════════════════════════════╝
-
- RATE 50
-
- REM ╔════════════════════════════════════════════════════════════════════════╗
- REM ║ Place special macros below this line (i.e. @macroname, etc) ║
- REM ╠════════════════════════════════════════════════════════════════════════╣
-
- REM ╔════════════════════════╗
- REM ║FLCS Button Commands ║
- REM ╚════════════════════════╝
-
- BTN H1U /I /N CockpitOnOff
- /O Forward
- BTN H1L LAROW
- BTN H1R RAROW
- BTN H1D CheckSix
-
-
- BTN TG1 Guns
-
- BTN S1 /I PrevWeapon
- /O NextWeapon
-
- BTN S2 WeaponRelease
-
- rem BTN S3 ** NOP **
-
- BTN S4 /T EyesOnTarget
- /T Forward
-
- BTN H2U (Target2Center IFF)
- BTN H2L External
- BTN H2R Pilot2Wingman
- BTN H2D (TargetNext IFF)
-
- BTN H3U /I FormationType
- /O EngageFree
- BTN H3L /I FormationHorz
- /O EngageAllObject
- BTN H3R /I FormationVert
- /O EngageFormation
- BTN H3D /I FormationCtrl
- /O Disengage
-
- BTN H4R /I CoverME
- /O (Flare DLY(400) Flare)
- BTN H4L /I BUGOUT
- /O NAV/Weapon
-
- BTN H4U /H LSFT
- BTN H4D (Chaff DLY(400) Chaff)
-
- REM ╔════════════════════════╗
- REM ║ TQS Button Definitions ║
- REM ╚════════════════════════╝
-
- rem BTN T1
-
- BTN T2 /I NAV SystemStatus
- /O RWR Radar
- BTN T3 /I /N ACLS
- /O Jammers
- BTN T4 Targetwindow
- BTN T5 IncomingMSL
-
- BTN T6 RadarOnOff
-
- BTN T7 IR
- BTN T8 HARM
-
- BTN T9 /I /N b
- /O /P /N SpeedBrake
- /R /N SpeedBrake
-
- rem I/O code on T9 is to re-sync the Speedbrake, if necessary, after landing
-
- BTN T10 /P /N SpeedBrake
- /R /N SpeedBrake
-
-
- REM ╔═══════════════════════════════════════════════════════════════════╗
- REM ║ ║
- REM ║ NOTE: This file is to be used with the F16C FLCS, TQS HOTAS ║
- REM ║ Systems made exclusively by ThrustMaster, Inc. ║
- REM ║ ║
- REM ║ The F16C Block 50 Flight Control Systems are so REALISTIC they ║
- REM ║ look like they've just come out of an F16C!! To order yours today ║
- REM ║ dial 503-639-3200 or fire up the FAX machine and send a FAX to ║
- REM ║ ThrustMaster, Inc. and ask for the Order department. Have your ║
- REM ║ Visa or MasterCard ready and prepare yourself for the newest ║
- REM ║ adventure in Flight Control Systems!!! HAPPY THRUSTMASTERING!!! ║
- REM ╚═══════════════════════════════════════════════════════════════════╝
-